UInt16NINumericUInt16NLogicalExclusiveOr Method
Computes the bitwise logical exclusive OR, also known as the bitwise logical XOR, of the current value and the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
UInt16N INumeric<UInt16N>.LogicalExclusiveOr(
UInt16N value
)
Private Function LogicalExclusiveOr (
value As UInt16N
) As UInt16N Implements INumeric(Of UInt16N).LogicalExclusiveOr
private:
virtual UInt16N LogicalExclusiveOr(
UInt16N value
) sealed = INumeric<UInt16N>::LogicalExclusiveOr
private abstract LogicalExclusiveOr :
value : UInt16N -> UInt16N
private override LogicalExclusiveOr :
value : UInt16N -> UInt16N
- value UInt16N
- The value with which to compute the logical exclusive OR.
UInt16NThe bitwise logical exclusive OR of the current value and
value.
INumericTSelfLogicalExclusiveOr(TSelf)